by Michael Heath (14 Submissions)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)

Newly Updated with TREEVIEW added... check out the screenshot!
Ever wanted to extract the info quickly from your Visual Basic Project file? Use this to code to do that... grab the information, like dependencies, forms, classes, ect..., use the info in another project... Make your own SourceSafe or Project Organizer.
This code teaches how to parse a file and how to use common dialog. Enjoy!!
Inputs
Visual Basic Project File
Assumes
I've made the TreeView module very simple to use, anyone can use it =)
Code Returns
Seperated information from within the VBP file.
Forms...
Classes...
Modules...
ETC...
Download ParseVBP [Updated (15 KB)